home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TALERTASRED / TALERTASRED.txt < prev   
Text File  |  2008-07-21  |  4KB  |  174 lines

  1. object AlertasRed: TAlertasRed
  2.   Tag = 49400
  3.   Left = 547
  4.   Top = 259
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Configuraci∩┐╜n de alertas en la Red'
  8.   ClientHeight = 293
  9.   ClientWidth = 422
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ButtonAceptar: TPlaButton
  24.     Tag = 2200
  25.     Left = 254
  26.     Top = 261
  27.     Width = 73
  28.     Height = 21
  29.     Anchors = [akRight, akBottom]
  30.     Caption = '&Aceptar'
  31.     TabOrder = 1
  32.     OnClick = ButtonAceptarClick
  33.     Default = True
  34.     ModalResult = 1
  35.   end
  36.   object ButtonCancelar: TPlaButton
  37.     Tag = 2400
  38.     Left = 335
  39.     Top = 261
  40.     Width = 73
  41.     Height = 21
  42.     Anchors = [akRight, akBottom]
  43.     Caption = '&Cancelar'
  44.     TabOrder = 2
  45.     TabStop = False
  46.     Cancel = True
  47.     ModalResult = 2
  48.   end
  49.   object PlaGroupBox1: TPlaGroupBox
  50.     Left = 14
  51.     Top = 7
  52.     Width = 394
  53.     Height = 241
  54.     TitleFont.Charset = DEFAULT_CHARSET
  55.     TitleFont.Color = 13977088
  56.     TitleFont.Height = -11
  57.     TitleFont.Name = 'Tahoma'
  58.     TitleFont.Style = []
  59.     Caption = 'Datos para el env∩┐╜o'
  60.     TabOrder = 0
  61.     object Image3: TImage
  62.       Left = 10
  63.       Top = 22
  64.       Width = 32
  65.       Height = 32
  66.       Picture.Data = {<image001.bmp>}
  67.       Transparent = True
  68.     end
  69.     object Label3: TLabel
  70.       Left = 57
  71.       Top = 19
  72.       Width = 327
  73.       Height = 26
  74.       AutoSize = False
  75.       Caption = 
  76.         'Introduce el nombre del puesto y/o dominio al que quieras enviar' +
  77.         ' el mensaje de alerta.'
  78.       Constraints.MaxWidth = 327
  79.       Constraints.MinWidth = 327
  80.       WordWrap = True
  81.     end
  82.     object Label5: TLabel
  83.       Tag = 23400
  84.       Left = 76
  85.       Top = 98
  86.       Width = 86
  87.       Height = 13
  88.       Caption = 'Mensaje de alerta'
  89.     end
  90.     object Label6: TLabel
  91.       Tag = 23800
  92.       Left = 76
  93.       Top = 192
  94.       Width = 301
  95.       Height = 13
  96.       AutoSize = False
  97.       Caption = 'Mensaje de alerta'
  98.     end
  99.     object CBMensPuesto: TPlaCheckBox
  100.       Tag = 23300
  101.       Left = 57
  102.       Top = 52
  103.       Width = 141
  104.       Height = 16
  105.       HelpContext = 161
  106.       Caption = 'Enviar mensaje al puesto'
  107.       TabOrder = 0
  108.       OnClick = CBMensPuestoClick
  109.       ParentColor = False
  110.     end
  111.     object EditMensajePuesto: TPlaEdit
  112.       Left = 76
  113.       Top = 70
  114.       Width = 305
  115.       Height = 21
  116.       Cursor = crIBeam
  117.       HelpContext = 165
  118.       TabOrder = 1
  119.       TabStop = False
  120.       Transparent = False
  121.     end
  122.     object EditMensajeAlertaPuesto: TPlaEdit
  123.       Left = 76
  124.       Top = 114
  125.       Width = 305
  126.       Height = 21
  127.       Cursor = crIBeam
  128.       HelpContext = 162
  129.       MaxLength = 255
  130.       TabOrder = 2
  131.       TabStop = False
  132.       Text = 'ATENCI∩┐╜N, ARCHIVO INFECTADO'
  133.       Transparent = False
  134.     end
  135.     object CBMensDominio: TPlaCheckBox
  136.       Tag = 23700
  137.       Left = 57
  138.       Top = 146
  139.       Width = 144
  140.       Height = 16
  141.       HelpContext = 163
  142.       Caption = 'Enviar mensaje al dominio'
  143.       TabOrder = 3
  144.       TabStop = False
  145.       OnClick = CBMensDominioClick
  146.       ParentColor = False
  147.     end
  148.     object EditMensajeDominio: TPlaEdit
  149.       Left = 76
  150.       Top = 164
  151.       Width = 305
  152.       Height = 21
  153.       Cursor = crIBeam
  154.       HelpContext = 166
  155.       TabOrder = 4
  156.       TabStop = False
  157.       Transparent = False
  158.     end
  159.     object EditMensajeAlertaDominio: TPlaEdit
  160.       Left = 76
  161.       Top = 208
  162.       Width = 305
  163.       Height = 21
  164.       Cursor = crIBeam
  165.       HelpContext = 164
  166.       MaxLength = 255
  167.       TabOrder = 5
  168.       TabStop = False
  169.       Text = 'ATENCI∩┐╜N, ARCHIVO INFECTADO'
  170.       Transparent = False
  171.     end
  172.   end
  173. end
  174.